getStationProperty

Returns one or more property settings for a station.

Sample Request

<mmRequest command="getStationProperty" station="ID" [version="1"] [client=""] [userData=""]  />

or

<mmRequest command="getStationProperty" station="ID" [version="1"] [client=""] [userData=""]>
	<contents>
		<properties>
			<property name="propname1" />
			<property name="propname2" />
			<property name="propname3" />
		</properties>
	</contents>
</mmRequest>

Request Notes

If no properties are specified, as in the first example, all available properties will be returned.

Sample Reply

<mmReply command="getStationProperty" version="1" [userData=""] status="ok">
	<contents>
		<properties>
			<property name="propname1">value</property>
			<property name="propname2">value</property>
			<property name="propname3">value</property>
		</properties>
	</contents>
</mmReply>

Reply Notes

Each property is returned in a property tag. These are all returned in a properties tag.

name attribute – name of the property

the property tag value is the value of the property

 

See Appendix A - Station Properties – Station Properties for the defined properties that may be returned here.

Compatibility and Version Info

Available in all versions